ul,ol{
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}
a{
	color:#333;
}
p{
	margin: 0;
	line-height: 33px;
}
.dux-page{
	height: 24px;
	text-align: center;
}
.dux-page a{
	border:1px solid #333;
	color:#333;
}
.num-page{
	margin-right: 5px;
}

/*头部*/
#nav>ul{
	overflow: inherit;
}
#nav>ul>li{
	float: left;
	padding:.5rem 3.5rem;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#nav>ul>li>a{
	color:#fff;
}
#nav>ul>li:hover a{
	color:#aaa;
}
#nav>ul>li:hover .drop_menu{
	display: block;
}
.drop_menu{
	display: none;
	position: absolute;
	z-index: 999;
	color:#000;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	left: 0;
	background: rgba(204,204,204,.7);
}
.drop_menu ul li{
	line-height: 28px;
}
.drop_menu ul li a{
	color: #fff!important;
}
.drop_menu ul li a:hover{
	text-decoration: underline;
}
.head_gohome a{
	margin: 4px 15px;
	font-size: .9em;
}
.products_list{
	background: #000;
	color:#fff;
	text-align: center;
	font-weight: bold;
	border-top: 3px solid #aaa;
	font-size: .9em;
}
.products_list ul{
	margin:0 auto;
	display: table;
}
.products_list ul li{
	float: left;
	line-height: 33px;
	padding: 0 10px;
}
.products_list ul li a{
	color:#fff;
	font-size: .9em;
}
.products_list ul li a:hover{
	color:#46A6EC!important;
}
.banner_txt{
	width:30%;
	position: absolute;
	left:20%;
	top:15%;
	color:#fff;
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width:1700px) {
	.banner_txt{
		font-size: 14px !important;
		top:10%!important;
		left:10%!important;
		width: 35%!important;
	}
	.banner_txt a{
		padding:0!important;
		top:15px!important;
	}
	.banner_txt h1{
		margin-top: .5em!important;
	}
}
.banner_txt div{
	background: url(../images/bannner_bg.png) no-repeat center;
	background-size:100%;
	line-height:1.8;
	text-align: center;
}
.banner_txt div b{
	font-size: 2em;
}
.banner_txt a{
	padding:1em 1em;
	position: relative;
	top:30px;
	font-size: 1em;
	color:#fff;
	transition: background-color .5s;
	font-weight: bold;
}
.banner_txt a span{
	margin-right:8px;
	color:#FF0000;
}
/*主页*/
.llx_newsbox{
	z-index: 999;
}
.llx_newstitle{
	padding:2rem 1.5rem;
	background: #000;
	color:#fff;
	text-align: center;
	font-size: 1.2em;
}
.llx_newstitle span{
	color:#ccc;
	margin-right: 1rem;
}
.llx_news{
	height: 78px;
	overflow: hidden;
	background: #fff;
	font-size: .9em;
}
.llx_news ul{
	height: 624px;
}
.llx_news ul li{
	line-height: 78px;
}
.llx_newsmore{
	padding:2rem 1.5rem;
	background:#f7f7f7;
	text-align: center;
	height: 78px;
}
.llx_newsmore a{
	font-size: .7em;
	color:#000;
}
.llx_newsmore a:hover{
	text-decoration: underline;
}
.llx_about p{
	text-align:left;
	line-height: 22px;
	font-size: .7em;
	color:#333;
	text-indent: 2em;
}
.llx_icon ul li{
	float: left;
	width: 33%;
	padding: 3.5rem;
	text-align: center;
	font-size: .9em;
}
.llx_icon ul li b{
	font-size: 1.2em;
	line-height: 2.6;
	color: #000;
}
.llx_icon ul li p{
	color:#999;
	line-height: 33px;
}
.llx_icon ul li img{
	margin: 0 auto;
	padding:1.5rem 10rem;
	transition: padding .5s;
}
.llx_icon ul li:hover img{
	padding: 1rem 9.5rem;
}
.llx_more{
	text-align: center;
}
.llx_more a{
	padding: 1.5rem 3rem;
	background: #46a6ec;
	font-size: .9em;
	color:#fff;
	border:1px solid #46A6EC;
	transition: background-color .5s,color .5s;
}
.llx_more a:hover{
	color:#46A6EC;
	background: #fff;
}
.llx_yylyImg ul li{
	float: left;
	width: 25%;
	position: relative;
}
.llx_yylyImg ul li img{
	max-width: 100%;
}
.llx_yylyImg ul li div{
	position: absolute;
	width: 100%;
	left: 0;
	top:0; 
	height: 100%;
	background: #00000066;
	color:#fff;
	display: none;
	text-align: center;
}
.llx_yylyImg ul li:hover div{
	display: block;
}
.llx_yylyImg ul li div b{
	font-size: 1.2em;
	margin-top:30%;
	display: block;
}
.llx_bgImg{
	background: url(../images/indexBG.png) no-repeat center top;
	padding: 5rem;
	color:#fff;
}
.llx_bgImg h1{
	font-size: 2em;
}
.llx_bgImg p{
	font-size: .9em;
	line-height:33px;
}
.llx_bgImg a{
	display: block;
	margin:2rem auto;
	width: 140px;
	text-align: center;
	line-height: 45px;
	color:#fff;
	border: 1px solid #fff;
	font-size: .9em;
	transition: border-color .6s;
}
.llx_bgImg a:hover{
	color:#46A6EC;
	border-color: #46A6EC;
}
.llx_products{
	margin: 3rem auto;
}
.llx_products ul li{ 
	width: 23%;
	float: left;
	border:1px solid #ccc;
	padding: 1rem;
	text-align: center;
	margin: 1%;
	font-size: .9em;
	transition: border-color .5s;
}
.llx_products ul li:hover{
	border-color: #46A6EC;
}
.llx_products ul li:hover a{
	text-decoration: underline;
	color:#333;
}
.llx_form{
	text-align: center;
	color:#fff;
	width: 400px;
	float: right;
}
.llx_form input{
	line-height: 33px;
	height: 33px;
	font-size: .8em;
	color:#666;
	vertical-align: middle;
	border:1px solid #46A6EC;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	outline: none;
	width: 300px;
	float: left;
}
.llx_form button{
	background: #46A6EC;
	float: left;
	width: 80px;
	height: 33px;
	line-height: 33px;
	cursor: pointer;
	border:none;
	color:#fff;
	font-size: .9em;
	text-align: center;
}
.llx_reci{
	width: 600px;
	margin: 0 auto;
	margin-top: 3rem;
	text-align: center;
	color:#fff;
}
.llx_reci p{
	font-size: .9em;
}
.llx_reci p a{
	font-size: .8em;
	color:#fff;
}
/*位置导航*/
.pages_position a:hover{
	text-decoration: underline;
}
.pages_position ul li{
	float: left;
	font-size: .9em;
	line-height: 66px;
}
.about_list ul{
	float: right;
}
.about_list ul li{
	float: left;
	padding:0 3.5rem;
	line-height: 66px;
	height: 66px;
}
.about_list ul li:hover{
	background: #46A6EC;
	
}
.about_list ul li:hover a{
	color:#fff;
}
/*滚动条修改*/
.yyly_text::-webkit-scrollbar {  
  width: 14px;  
  height: 14px;  
}  
  
.yyly_text::-webkit-scrollbar-track,  
.yyly_text::-webkit-scrollbar-thumb {  
  border-radius: 999px;  
  border: 5px solid transparent;  
}  
  
.yyly_text::-webkit-scrollbar-track {  
  box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;  
}  
  
.yyly_text::-webkit-scrollbar-thumb {  
  min-height: 15px;
  background-clip: content-box;  
  box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;  
}  
  
.yyly_text::-webkit-scrollbar-corner {  
  background: transparent;  
}  
/*滚动条end*/
.yyly_img{
	width: 50%;
	float: left;
	position: relative;
}
.yyly_img>div{
	position: absolute;
	left:0;
	top:0;
	color:#fff;
	font-size: 1.3em;
	background: #00000056;
	width: 100%;
	height: 100%;
	display: none;
}
.yyly_img:hover div{
	display: block;
}
.yyly_img>div b{
	display: block;
	text-align: center;
	margin-top: 55%;
}
.yyly_text{
	width: 50%;
	float: right;
	padding: .5rem;
	font-size: .8em;
	padding-top: 1.5rem;
	background:#f7f7f7;
	overflow: auto;
}
.yyly_text p{
	text-indent: 2em;
}

.pro_type ul{
	display: table;
	margin: 2rem auto;
	text-align: center;
}
.pro_type ul li{
	float: left;
	padding:1rem 2rem;
	margin: 0 1rem;
	background: #F2F2F2;
	font-size: .9em;
}
.pro_type ul li:hover{
	background: #46A6EC;
}
.pro_type ul li:hover a{
	color: #fff;
}
.pro_list ul li{
	width: 23%;
	padding: .5rem;
	margin: 1%;
	float: left;
	text-align: center;
	border:1px solid #ccc;
	font-size: .9em;
	transition: border-color .5s;
	overflow: hidden;
}
.pro_list ul li span{
	line-height: 55px;
}
.pro_list ul li:hover{
	border-color: #46A6EC;
}
.pro_list ul li:hover a{
	text-decoration: underline;
}
.pro_list ul li img{
	transition: all .5s;
}
.pro_list ul li:hover img{
	transform: scale(1.1);
}
/*新闻*/
.news_type ul{
	display: table;
	margin: 2rem auto;
	text-align: center;
}
.news_type ul li{
	float: left;
	padding: 1.5rem 4rem;
	background: #F2F2F2;
	font-size: .9em;
	font-weight: bold;
}
.news_type ul li:hover{
	background: #46A6EC;
}
.news_type ul li:hover a{
	color:#fff;
}
.news_title ul{
	display: table;
	margin: 2rem auto;
	font-size: .7em;
	color:#999;
	text-align: center;
}
.news_title ul li{
	padding: .5rem 4rem;
	float: left;
}
.news_content{
	font-size: .9em;
	line-height: 33px;
}
.news_content p{
	text-indent: 2em;
	font-size: .9em!important;
	line-height: 33px;
}

/*重修的主页*/
.index_list{
	
}
.index_list h3{
	background:#46A6EC;
	box-shadow: 0px -5px 30px #fff inset;
	color:#fff;
	width: 350px;
	text-indent: 2em;
	border-radius: 15px;
}
.index_list ul li{
	float: left;
	text-align: center;
	font-size: .8em;
	padding: 10px;
	width: 20%;
}
.index_list ul li img{
	padding: 5px;
	border: 1px solid #ccc;
	transform: scale(1);
	transition:all .5s;
	border-radius: 10px;
}
.index_list ul li:hover img{
	transform: scale(1.1);
}
.news_llx{
	padding-bottom: 5rem!important;
}
.news_llx>a{
	padding:1rem 2.8rem;
	border:1px solid #46A6EC;
	color: #46A6EC;
	border-radius: 5px;
	transition: all .5s;
}
.news_llx>a:hover{
	background: #46A6EC;
	color:#fff;
	border-color: #fff;
}
.news_llx li{
	line-height: 33px;
	border-bottom: 1px dashed #ccc;
}
.news_llx li:last-child{
	border:none;
}
.news_img{
	position: relative;
}
.news_img a{
	position: absolute;
	top:0;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	background:#00000046;
	color:#fff;
	display: none;
}
.news_img a b{
	position: relative;top:30%
}
.news_img:hover a{
	display: block;
}
/*底部*/
.foot_list{
	padding: 0;
}
.foot_list h1 a{
	font-size: .6em;
	color:#fff;
}
.foot_list ul li a{
	font-size: .6em;
	color:#ddd;
}
.foot_list ul li:hover a{
	color:#999;
	text-decoration: underline;
}
.foot_contact h1{
	font-size: .9em!important;
	padding-top: 12px;
}
.foot_contact p{
	line-height: 26px;
	color:#aaa;
	font-size: .9em;
}
